home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
pop-up1a
/
form2.frm
< prev
next >
Wrap
Text File
|
1999-09-16
|
931b
|
36 lines
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 735
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.Menu file
Caption = "File"
Begin VB.Menu CLose
Caption = "Look"
End
Begin VB.Menu hack
Caption = "It Works!"
End
End
Begin VB.Menu edit
Caption = "Edit"
Begin VB.Menu delete
Caption = "Delete"
End
Begin VB.Menu remove
Caption = "Remove"
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False